home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
qtw111
/
samples
/
stereo.rc
< prev
next >
Wrap
Text File
|
1992-08-31
|
556b
|
26 lines
// ---------------------------------------------------------------------
//
// Stereo.rc - Sample QuickTime for Windows Application
//
// (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
//
// ---------------------------------------------------------------------
#include <windows.h>
#include "stereo.h"
stereo MENU
{
POPUP "&File"
{
MENUITEM "&Open...", IDM_OPEN
}
POPUP "&Action"
{
MENUITEM "&Attach Controller", IDM_ATTACH
MENUITEM "&Detach Controller", IDM_DETACH
}
}